-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise the Crunchbase - FIBO example to reflect the Q1 2024 FIBO release #1
Conversation
Update main branch of Elisa's fork to reflect revisions for the Q12024 release of FIBO
bind(iri(concat("cb/currency/",?money_raised_currency_code,"/code")) as ?cb_currency_money_raised_currency_code_code_URL) | ||
} | ||
<cb> cb:updatedAt ?UPDATED_AT_DT bind(replace(str(?UPDATED_AT_DT),'T',' ') as ?UPDATED_AT) filter(?updated_at > ?UPDATED_AT)}; | ||
base <https://ontotext.com/crunchbase/resource/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ElisaKendall Note that I'll regen all .ru
files from the respective .ttl
files,
and README.html
from README.md
(BTW, markdown is a great way to write papers too!)
rdfs:label 'Currency USD'. | ||
<cb/currency/USD/code> a fibo-fnd-acc-cur:CurrencyIdentifier; | ||
rdfs:label 'Code of currency USD'; | ||
fibo-fnd-rel-rel:hasTag 'USD'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, fibo-fnd-rel-rel:hasTag
seems like a great candidate to go in Commons?
Hi Vladimir,
We talked about it, but I was overruled. I'll raise it again though – I think people need this kind of thing across domain areas. We will be updating LCC soon, and it will come up again, so I can see adding it via that process. There are also additional ontologies queued up as you might imagine. And, the new quantities and units ontology will be extended to cover tensor and vector quantities so that we can generate the library of over 700 units from SysML v2 over the coming months. It will be a good test for both the ontology and for SysML.
Best regards,
Elisa
________________________________
From: Vladimir Alexiev ***@***.***>
Sent: Sunday, April 14, 2024 8:47 AM
To: VladimirAlexiev/crunchbase-fibo ***@***.***>
Cc: Elisa Kendall ***@***.***>; Mention ***@***.***>
Subject: Re: [VladimirAlexiev/crunchbase-fibo] Revise the Crunchbase - FIBO example to reflect the Q1 2024 FIBO release (PR #1)
@VladimirAlexiev commented on this pull request.
________________________________
In ipos-currencies.ttl<#1 (comment)>:
- lcc-lr:identifies <cb/currency/(money_raised_currency_code)>;
- lcc-lr:isMemberOf <cb/currency>.
-
-<cb/currency> a lcc-lr:IdentificationScheme, lcc-lr:CodeSet;
- rdfs:label 'CrunchBase currency code set';
- skos:definition 'Currency identifiers used in CrunchBase';
- skos:scopeNote 'Better reconcile to fibo-fnd-acc-4217:ISO4217-CodeSet'.
-
+## Currencies: USD plus 3 more for the 3 financials
+
+<cb/currency/USD> a fibo-fnd-acc-cur:Currency;
+ cmns-dsg:hasName 'USD';
+ rdfs:label 'Currency USD'.
+<cb/currency/USD/code> a fibo-fnd-acc-cur:CurrencyIdentifier;
+ rdfs:label 'Code of currency USD';
+ fibo-fnd-rel-rel:hasTag 'USD';
Hmmm, fibo-fnd-rel-rel:hasTag seems like a great candidate to go in Commons?
—
Reply to this email directly, view it on GitHub<#1 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABFS3T4KTIT3RRVDDQKOPMTY5KQKXAVCNFSM6AAAAABGGAZJSOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMYTSOJZGY4DIOJVGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
There were numerous revisions since this example was last updated. This includes integration of a number of patterns that are now part of the OMG's Commons Ontology Library v1.1 specification, which is a formal OMG standard, many of which were derived from FIBO and improved on. There is additional content in FIBO in securities and derivatives that was not available when this example was initially created as well.
The example shows how to integrate FIBO with other reference data to demonstrate how to use it, and it would be great to keep it current and augment it with additional content over time.